home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TGEDCOMIMPORT / TGEDCOMIMPORT.txt
Encoding:
Text File  |  2002-04-04  |  2.5 KB  |  130 lines

  1. object GedcomImport: TGedcomImport
  2.   Left = 81
  3.   Top = 145
  4.   BorderStyle = bsDialog
  5.   Caption = 'Gedcom import'
  6.   ClientHeight = 199
  7.   ClientWidth = 450
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 433
  24.     Height = 153
  25.     Style = bsRaised
  26.   end
  27.   object Label1: TLabel
  28.     Left = 16
  29.     Top = 56
  30.     Width = 75
  31.     Height = 13
  32.     Caption = 'Import progress:'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 16
  36.     Top = 16
  37.     Width = 62
  38.     Height = 13
  39.     Caption = 'File to import:'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 16
  43.     Top = 104
  44.     Width = 77
  45.     Height = 13
  46.     Caption = 'Individuals read:'
  47.   end
  48.   object Label4: TLabel
  49.     Left = 282
  50.     Top = 104
  51.     Width = 64
  52.     Height = 13
  53.     Caption = 'Families read:'
  54.   end
  55.   object Label5: TLabel
  56.     Left = 16
  57.     Top = 130
  58.     Width = 417
  59.     Height = 17
  60.     Alignment = taCenter
  61.     AutoSize = False
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object OK: TButton
  70.     Left = 194
  71.     Top = 168
  72.     Width = 65
  73.     Height = 25
  74.     Caption = '&OK'
  75.     Default = True
  76.     Enabled = False
  77.     TabOrder = 0
  78.     OnClick = OKClick
  79.   end
  80.   object ProgressBar1: TProgressBar
  81.     Left = 24
  82.     Top = 72
  83.     Width = 401
  84.     Height = 17
  85.     Min = 0
  86.     Max = 0
  87.     TabOrder = 1
  88.   end
  89.   object StaticText1: TStaticText
  90.     Left = 24
  91.     Top = 32
  92.     Width = 401
  93.     Height = 17
  94.     AutoSize = False
  95.     BorderStyle = sbsSunken
  96.     TabOrder = 2
  97.   end
  98.   object StaticText3: TStaticText
  99.     Left = 352
  100.     Top = 104
  101.     Width = 73
  102.     Height = 17
  103.     Alignment = taRightJustify
  104.     AutoSize = False
  105.     BorderStyle = sbsSunken
  106.     Caption = '0 '
  107.     TabOrder = 3
  108.   end
  109.   object StaticText2: TStaticText
  110.     Left = 96
  111.     Top = 104
  112.     Width = 73
  113.     Height = 17
  114.     Alignment = taRightJustify
  115.     AutoSize = False
  116.     BorderStyle = sbsSunken
  117.     Caption = '0 '
  118.     TabOrder = 4
  119.   end
  120.   object OpenDialog1: TOpenDialog
  121.     DefaultExt = 'ged'
  122.     Filter = 
  123.       'Gedcom files (*.ged)|*.ged|Text files (*.txt)|*.txt|All files (*' +
  124.       '.*)|*.*'
  125.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware]
  126.     Left = 384
  127.     Top = 104
  128.   end
  129. end
  130.